<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0;}
::-webkit-scrollbar{width:8px;height:8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track{border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background-color: #555;}
input,textarea{-webkit-user-select:text}
/*分页样式*/
.page-num-current{color: #fff !important;background: #fac12c !important;}
.pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a,.pglist span{color: #999;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 30px;background: #fff;border: 1px solid #f2f2f2;}
.pglist a:hover,.pglist span{display:inline-block;color: #fff;background: #fac12c;border-color: #fac12c;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
/*返回首页*/
#tip{padding-top: 30px;min-height: 320px;}
#tip b{color: #fac12c;}
/*网站地图*/
.sitemap{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.sitemap dt{float: left;margin-right: 2%;width: 14.66666667%;}
.sitemap dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.sitemap dt a:hover{background: #ccc;color:#fff;}
.sitemap dd{float: left;width: 83.333333%;}
.sitemap dd a{float:left;color:#666;padding-right:35px;line-height:39px;transition:none;}
.sitemap dd a:hover{color:#333;}
/*网站标签*/
.tags_list{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.tags_list dt{float: left;margin-right: 2%;margin-bottom: 2%;width: 14.66666667%;}
.tags_list dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.tags_list dt a:hover{background: #ccc;color:#fff;}
.tags{overflow:hidden;margin-bottom: 20px;}
.tags span{float: left;display: block;line-height: 40px;}
.tags a{border-radius: 4px;-webkit-border-radius: 4px;display: inline-block;line-height: 28px;padding: 0 6px;margin: 5px;background: #fff;border: 1px solid #dadada;}
.tags a:hover {background: #fac12c;border-color: #fac12c;color: #fff;}
/*评论列表*/
.comment-main{width: 100%;background: #FFF;border-bottom: 3px solid #eee;margin-top: 30px;font-size: 12px;color: #666;line-height: 14px;transition: all .5s;}
.comment-main:hover{border-bottom: 3px solid #fac12c;-webkit-box-shadow: 0 10px 20px 0 #CCC;-moz-box-shadow: 0 10px 20px 0 #CCC;-ms-box-shadow: 0 10px 20px 0 #CCC;-o-box-shadow: 0 10px 20px 0 #CCC;box-shadow: 0 10px 20px 0 #CCC;}
.comment-title{width: 100%;height: 49px;line-height: 50px;background: #FFF;border-bottom: 1px solid #CCC;}
.comment-title span{float: left;height: 50px;font-size: 14px;line-height: 50px;display: block;padding: 0 30px;background: #fac12c;color: #FFF;}
.comment-show-box{margin: 20px 12px}
.comment-show-box .pl-box2{width: 100%}
.comment-show-box .pl-box2 dl{float: left;width: 100%;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #EEE;}
.comment-show-box .pl-box2 dl dt{float: left;width: 50px;margin-right: 15px;}
.comment-show-box .pl-box2 dl dt img{width: 50px;height: 50px}
.comment-show-box .pl-box2 dl dd{float: right;width: 92%;}
.comment-show-box .pl-box2 dl dd h1{font-weight: 700;font-size: 100%;}
.comment-show-box .pl-box2 dl dd h1 span{color: #656565;font-weight: 400;float: right;}
.comment-show-box .pl-box2 dl dd p{margin-top: 10px;line-height: 20px}
.comment-show-box .pl-box2 dl dd p.xz-fc1{color: #fac12c;}
.comment-show-box .xz-cb{zoom: 1}
.comment-show-box .xz-cb:after{display: block;clear: both;visibility: hidden;height: 0;overflow: hidden;content: "."}
.c-more {text-align: center;line-height: normal;}
.c-more a {border-radius: 2px;-webkit-border-radius: 2px;display: block;background: #fac12c;color: #ffffff;padding: 13px 0;}
.c-more a:hover {background: #333;}
/*评论表单*/
.comment-show-box .fb-box{background: #FAFAFA;border: 1px solid #EEE;margin-top: 20px;}
.comment-show-box .fb-box dl{float: left;width: 97%;padding: 12px;}
.comment-show-box .fb-box dt{float: left;width: 50px;margin-right: 15px;}
.comment-show-box .fb-box dt img{-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;width: 50px;height: 50px}
.comment-show-box .fb-box dd{float: right;width: 92%;}
.comment-show-box .fb-box dd p{color: #656565;}
.comment-show-box .fb-box dd p textarea{width: 97%;height: 120px;line-height: 20px;color: #6C6C6C;padding: 12px;border: 1px solid #EEE;outline: 0;font-family: "microsoft yahei";transition: all .5s;}
.comment-show-box .fb-box dd p textarea:focus{border: 1px solid #fac12c;box-shadow: 0 0 10px 0 #fac12c}
.comment-show-box .fb-box-div{margin-top: -1px;background: #FAFAFA;border-radius: 0 0 5px 5px;border: 1px solid #EEE;}
.comment-show-box .fb-box-div dl{padding: 12px;position: relative;}
.comment-show-box .fb-box-div dd{font-size: 12px;line-height: 13px;color: #666;}
.comment-show-box .fb-box-div input{-webkit-border-radius: 0 0 5px 0;-moz-border-radius: 0 0 5px 0;-ms-border-radius: 0 0 5px 0;-o-border-radius: 0 0 5px 0;border-radius: 0 0 5px 0;position: absolute;top: -1px;right: -1px;width: 80px;height: 39px;font-size: 12px;line-height: 39px;background: #AAA;color: #FFF;border: 0;cursor: pointer;transition: all .5s;}
.comment-show-box .fb-box-div input:hover{background: #fac12c;color: #FFF;}
/*点赞*/
#mood{margin-bottom: 30px;text-align:center;}
#mood p{font-size: 16px;color: #555;font-weight:bold;margin-bottom: 20px;}
#mood a{display:inline-block;margin:0 10px;cursor:pointer;color: #555;background:#fff;border-radius:4px;border:1px solid #ddd;padding:6px 20px;min-width:100px;-webkit-box-sizing: border-box;box-sizing: border-box;}
#mood a span{display: inline-block;width: 18px;height: 18px;margin-right:10px;vertical-align: sub;background: url(../images/dianzan.png) no-repeat;transition: all .5s;}
#mood a span.dianzan-down{background-position: top right;}
#mood a em{font-style:normal;font-size: 16px;}
#mood a:hover{background: #fac12c;border-color: #fac12c;color:#fff;}
#mood a:hover span.dianzan-up{background-position: bottom left;}
#mood a:hover span.dianzan-down{background-position: bottom right;}
/*视频样式*/
video {background-color: #000;}




.tail,.cptail{
    width:100%;
    padding: 28px;
    background-color: #000000c9;
}
.tail .mainstay,.cptail .mainstay{
    width: 1440px;
    margin: 0 auto;
    padding-bottom:10px;
}
.tail .mainstay .logo,.cptail .mainstay .logo{
    padding-top:20px;
    padding-bottom: 15px;
}
.cptail .mainstay .logo{
display:flex; 
flex-direction:row; 
align-items:center;
}
.tail .mainstay .logo img,.cptail .mainstay .logo img{
    width:300px;
    height: 100px;
}
.cptail .mainstay .logo p{
border:1px solid #ccc;
}
.cptail .mainstay .logo span{
font-size:18px;
color:#ccc;
padding-left:30px;
border-bottom:1px solid #5d5b5b;
}
.cptail .mainstay .item,.cptail .mainstay .beian{
color:#ccc;
font-size:14px;
}
.cptail .mainstay .beian span{
color:#ccc;
}
.cptail .mainstay .beian a:hover{
color:#c1c1c1;
}
.tail .mainstay .item span{
    display: inline-block;
    margin-right: 400px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.tail .mainstay .tailbody ul{
    margin-right: 50px;
    line-height: 21px;
}
.tail .mainstay li a{
    color:#b3b3b3;
font-size:16px;
}
.tail .mainstay .tailbody{
    display:flex;
}
.tail .mainstay .tailbody .item-con{
    font-size: 16px;
    margin-left:auto;
    width:400px;
    height:300px;
    padding:10px;
    margin-right: 106px;
    line-height: 30px;
    border:2px dotted #4B4B4B;
    border-radius: 2%;
    box-shadow: 2px 2px 22px;
    position: relative;
}
.tail .mainstay .tailbody .item-con a{
    color:#FFBC13;
    line-height: 16px;
    text-shadow: -0.1em 0.1em 0.3em #CCCCCC;
}
.tail .mainstay .tailbody .item-con img{
    position: absolute;
    width: 110px;
    height: 110px;
    right:50px;
    bottom:50px;
}
.tail .mainstay .tailbody .item-con .bline{
    border-bottom: 1px dotted #4B4B4B;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.tail .mainstay .tailbody li a:hover{
    text-decoration: none;
    color:orange;
}

.tail .mainstay .tailbody .name{
    font-size: 18px;
    padding-bottom: 15px;
    color:#d8d8d8;
}

.tail .mainstay .tailbody .test_item{
    font-size: 16px;
    border-bottom:1px dotted orange;
    padding-bottom: 3px;
    margin-bottom: 2px;
   color:#9d7308;
}



.prolist{border:solid #e5e5e5 1px;  border-radius:5px;  background: #f2f2f2;}
.prolist h4{background: #fac12c; font-size:18px; line-height: 45px; text-align: center; color: #fff; margin: 0; font-weight: bold; letter-spacing: 2px;}
.prolist h3{background: rgb(157, 115, 8); color: #fff; font-size:15px; line-height: 40px;  text-align:center; margin-top: 0px; border: 1px solid #eeeded; margin-bottom: 5px;}
.prolist h3 span{margin-right: 6px; font-size: 12px;}
.prolist h3 a{color: #fff;}
.prolist h3 a:hover{color: #305be4;}
.prolist ul{margin-bottom: 10px;}
.prolist ul li{padding-left: 10px; line-height: 35px; border-bottom: 1px solid #ddd;}
.prolist ul li span{color:#ff6600; font-size: 12px;}
.prolist ul li a{margin-left: 6px; color: #444444; font-size: 15px;}
.prolist ul li a:hover, a:focus {color: #305be4; text-decoration: underline;}
.product h3{font-size:16px; margin: 5px 10px 0 10px; line-height: 32px; padding-left: 5px; color: #305BE4; font-weight: bold; border-bottom: 2px solid #ff6600; letter-spacing: 1px;}
.product h3 a{color: #FCFCFC; font-size: 12px; padding: 3px; background: #ff6600; border-radius: 6px;}
.product h3 span{padding-right: 6px;}
.product h3 a:hover, a:focus {color: #fff; text-decoration: underline;}
.product_list .row {margin: 15px 0 0 0;}
.product_list .thumbnail {background:none ; display: block; line-height: 1.5; margin: 0 9px 20px 9px; border-radius: 0px; padding: 0px;}
.product_list .thumbnail a&gt;img{transition: .4s all;}
.product_list .thumbnail a&gt;img:hover{transform: scale(1.1,1.1);}
.product_list h2{background: url(../images/hot_pro.png) repeat-x; font-size:14px; margin-bottom:0; line-height: 32px; padding-left: 30px; color: #333;margin-top: 0px; font-weight: bold;}
.product_list .thumbnail .caption {text-align: center; background: #f6f4f4; padding: 8px;}
.product_list .thumbnail .caption p{padding: 10px 0; text-align: left; color: #666666;}
.product_list .thumbnail .caption a{font-size: 15px; color: #333;}
.product_list .thumbnail .caption a:hover{color: #ff6600;}
.product_list .thumbnail .caption ul{margin-bottom: 0; margin-top: 3px;}
.product_list .thumbnail .caption ul li{font-size: 12px; color: #666666; padding-top: 3px;}
.product_list p{font-size: 14px; text-indent: 2em; margin-bottom: 0;}



.col-lg-3{width:260px;float:left;}

.contact{margin: 0px; position: relative; border:solid #e5e5e5 1px}
.contact h4{font-size:14px; margin-bottom:0;  line-height: 28px; color: #FFFFFF;  font-weight: bold; border-bottom: 2px solid #8AA3E4; letter-spacing: 1px;}
.contact h4 span{padding-right: 10px;}
.contact ul{margin: 0px; border: 1px #ddd solid; padding:10px}
.contact ul li{line-height: 25px; }
.contact ul li span{padding-right: 10px;}
.contact ul img{padding: 18px;}
.beian a{color: #fff;}</pre></body></html>